Drop gtk_get_main_thread
authorMatthias Clasen <mclasen@redhat.com>
Mon, 10 Feb 2020 03:37:18 +0000 (22:37 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 10 Feb 2020 04:13:13 +0000 (23:13 -0500)
commita8db322be6e99e4407ecfb05d45ac16725668b96
treef0da599fb7f3397c5601f3eb524d69a8615f64fd
parent4dd780a96b1d37903ab88a4ae4536329cd9e164e
Drop gtk_get_main_thread

This is not a very useful api, and if you need it,
you can just as easily keep track yourself which thread
called gtk_init().
gtk/gtkmain.c
gtk/gtkmain.h
testsuite/gtk/main.c